-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(multiframe): metadata handling of NM studies and loading order #4554
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…onTable - Added a customizable dropdown menu for managing segmentations, including options to add, edit, remove, and export segmentations. - Refactored SegmentationHeader and SegmentationSelectorHeader to utilize the new dropdown menu structure. - Improved code organization by passing context props to child components for better reusability. - Updated documentation comments in commandsModule for clarity. This update improves user interaction with segmentation features and streamlines the codebase.
✅ Deploy Preview for ohif-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ohif-platform-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Viewers Run #4479
Run Properties:
|
Project |
Viewers
|
Branch Review |
fix/multi-frame
|
Run status |
Passed #4479
|
Run duration | 02m 18s |
Commit |
6cdf6f5cd1: Merge branch 'fix/multi-frame' of github.com:OHIF/Viewers into fix/multi-frame
|
Committer | sedghi |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
2
|
Skipped |
0
|
Passing |
44
|
View all changes introduced in this branch ↗︎ |
sedghi
changed the title
fix/multi frame
fix(multiframe): metadata handling of NM studies and loading order
Nov 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates across multiple files to improve functionality, fix issues, and update dependencies. The most important changes include removing specific headers from NGINX configurations, updating dependencies in multiple
package.json
files, and enhancing the segmentation panel with custom dropdown menu content.NGINX Configuration Updates:
Cross-Origin-Opener-Policy
andCross-Origin-Embedder-Policy
headers from.docker/Viewer-v3.x/default.conf.template
and.docker/Viewer-v3.x/default.ssl.conf.template
. [1] [2]Dependency Updates:
@cornerstonejs
dependencies to version^2.2.20
in variouspackage.json
files. [1] [2] [3] [4] [5] [6]Webpack Configuration:
process.env.NODE_ENV
in.webpack/webpack.base.js
and adjusted Babel loader plugins based on the build mode. [1] [2]Segmentation Panel Enhancements:
PanelSegmentation.tsx
to enhance the segmentation panel with additional functionality. [1] [2] [3]Miscellaneous Improvements:
init.tsx
to ensure metadata is properly managed during image loading. [1] [2]DicomJSONDataSource/index.js
.DicomLocalDataSource/index.js
. [1] [2] [3]